Metadata-Version: 2.1
Name: Supplier API mock server
Version: 1.3.1
Summary: Mock Server with Supplier API implementation
Home-page: UNKNOWN
Author: Tiqets Team
Author-email: connections@tiqets.com
License: UNKNOWN
Description: # Supplier API mock server
        
        Mock server on which you can test the [Supplier API](https://tiqets.github.io/supplier-api/) implementation.
        
        ## Requirements
        
        Python 3.7+
        
        ## Installation
        
        ```sh
        pip install supplier-api-mock-server
        ```
        
        ## Running
        
        ```sh
        supplier_server
        ```
        
        ## Running with docker
        
        ```sh
        make image
        make run
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
